Trait isotope_parser::prettyprint::StaticDoc[]

pub trait StaticDoc<'a, A>: DocPtr<'a, A> where
    A: 'a, 
{ type Allocator: 'static + DocAllocator<'a, A>; const ALLOCATOR: &'static Self::Allocator; }

Associated Types

Associated Constants

Implementors